ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / CanSort Method
The sort descriptions to be checked whether the collection view can be sorted.

In This Topic
    CanSort Method (C1WrapCollectionView<S,T>)
    In This Topic
    Returns whether the collection view is able to sort the specified sort descriptions.
    Syntax
    'Declaration
     
    Public Overridable Function CanSort( _
       ByVal ParamArray sortDescriptions() As SortDescription _
    ) As System.Boolean
    public virtual System.bool CanSort( 
       params SortDescription[] sortDescriptions
    )

    Parameters

    sortDescriptions
    The sort descriptions to be checked whether the collection view can be sorted.
    See Also